From 6d32c6f59f3c13a29b017457d81963f4b02e8049 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Mon, 23 Jan 2006 23:21:03 +0000 Subject: [PATCH] *** empty log message *** --- lisp/mail/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/lisp/mail/ChangeLog b/lisp/mail/ChangeLog index 98fd7420366..b4a2cf85594 100644 --- a/lisp/mail/ChangeLog +++ b/lisp/mail/ChangeLog @@ -1,5 +1,25 @@ +2006-01-24 Alex Schroeder + + * rmailsum.el (rmail-summary-edit-map): Rewrite. + 2006-01-23 Alex Schroeder + * rmail.el (rmail-narrow-to-non-pruned-header): Deleted. + (rmail-unknown-mail-followup-to, rmail-retry-failure): No longer + call rmail-narrow-to-non-pruned-header and replace + mail-fetch-field with rmail-header-get-header because that one + ignores the intangible property when searching. + (rmail-show-message): Simplify x-coding-system handling. + (rmail-redecode-body): No longer call rmail-header-show-headers + because rmail-header-get-header handles the intanglible property. + (rmail-reply): Simplify code at the price of some efficiency when + setting up the variable bindings. No longer toggle visibility of + headers, because rmail-header-show-headers is no longer necessary. + + * rmailhdr.el (rmail-header-get-header): Accept more arguments and + pass them to mail-fetch-field unchanged. Bind + inhibit-point-motion-hooks to t. + * rmailsum.el (rmail-user-mail-address-regexp): Compute a default value instead of assuming nil. Doc. (rmail-summary-get-sender): Compare with -- 2.30.2